Package newtonSolver

Slightly modified version of Steve Verrill's Java translation of several FORTRAN optimization routines, found here.

See:
          Description

Interface Summary
Uncmin_methods Interface for classes that wish to use the Uncmin_f77 optimizer.
 

Class Summary
Blas_f77 This class contains Java versions of a number of the LINPACK basic linear algebra subroutines (blas): isamax_f77 daxpy_f77 ddot_f77 dscal_f77 dswap_f77 dnrm2_f77 dcopy_f77 drotg_f77 It also contains utility routines that the translator found useful while translating the FORTRAN code to Java code.
Uncmin_f77 This class contains Java translations of the UNCMIN unconstrained optimization routines.
 

Package newtonSolver Description

Slightly modified version of Steve Verrill's Java translation of several FORTRAN optimization routines, found here.